home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-SIG: World of Games
/
PC-SIG World of Games (CDRM1080710) (1993).iso
/
ENT
/
DISK2145.ZIP
/
TRACK.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-07-03
|
1KB
|
45 lines
ECHO OFF
VERIFY ON
CLS
IF EXIST *.IMG ERASE *.IMG
IF EXIST G.MDE ERASE G.MDE
CLS
IF NOT EXIST README.* GOTO KEEPGOING
ECHO - Have you made a back-up copy? And is this it?
ECHO - Have you printed the README file?
PAUSE
:KEEPGOING
IF EXIST REGISTER GOTO CARRYON
IF NOT EXIST REGISTER ECHO - Register missing! Not enough room? Please erase README file(s).
IF NOT EXIST REGISTER GOTO AEND
CLS
:CARRYON
CLS
ECHO - This section constructs the track for the Races. Do not proceed to
ECHO - Races until you are satisfied that your track will work. Experiment!
ECHO - Experiment........until it comes out right. Good Luck!
ECHO -
PAUSE
J.COM /H
CLS
SET BUFFERS=10
SET FILES=10
BREAK OFF
CONSTRCT %1 %2
BREAK ON
SET BUFFERS=28
SET FILES=24
IF NOT EXIST *.IMG ECHO - DID NOT WORK....TRY AGAIN!....You may not have enough room.....
IF NOT EXIST *.IMG GOTO AEND
ECHO - If not satisfied or you want to change resolution return to track.
ECHO - Now type RACES...goto the races.
:AEND
ECHO -